Web Application Builder for Delphi

Version 1.0   February 24, 1997   by Ben Ziegler

(Visit http://www.radix.net/~bziegler/wabd/wabd.htm for more information)

Features
 Easily create interactive web sites
 Leverage Delphi's ease-of-use
	 Use Delphi's Form Editor to create your user interface
	 Create standard Delphi code snippets (e.g., events such as OnCreate, OnShow, OnClick, etc.)
 Leverage Delphi's power
	 Full access to Delphi's database engine (BDE) for client/server based web sites
	 Full access to the standard user interface components - use TLabel, TEdit, TButton, TListBox, TMemo, TComboBox, TCheckBox
 New HTML components such as HTML Anchor, Header, Image, Table, HiddenText, etc.
 Create and easily test your application in "Local Mode" before deploying it on a web server
 Automatically converts your Delphi Forms to HTML, and parses the user's response back into the appropriate Delphi component properties
 Persistence is handled automatically - keep track of user preferences and session variables
 Broken or incomplete sessions are handled by automatic garbage collection or an OnTimeout event
 Supports creation of dynamic controls to change your user interface on-the-fly
